IVector.InsertAt Method

Inserts an item at a specified index in the vector.

Syntax

public:
void InsertAt(
         uint32 index,
         T value
)  

Parameters

index
Type: uint32 

  The zero-based index.

value
Type: T 

The item to insert.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVector Generic Interface

IVector Members

Windows.Foundation.Collections Namespace